home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0097.txt < prev    next >
Encoding:
INI File  |  1995-02-01  |  1.8 KB  |  46 lines

  1. [various Interface questions]
  2.  
  3.   The Interface system in Pro is not well written.  (Sort of like the rest
  4. of AMOS.)  If you can't get something to work right, chances are it's
  5. because the function wasn't really written.
  6.  
  7. >5) I haven't actually got any extensions at all (except for the Amos Pro
  8. >compiler).  I downloaded Turbo something from the internet but couldn't
  9. >get it to work.  In fact it crashed Amos every time I loaded it and I
  10. >had to get a text editor out to edit the configuration!!  Am I doing
  11. >something incredibly stupid?
  12.  
  13.   I think that version of the Turbo extension doesn't work with Pro.
  14.  
  15. >Also, what's this intuition extension?  It sounds intriguing!  Is it a
  16. >genuine "write Amos program with incredible ease which can pop up on a
  17. >Workbench screen" or is it one of those crap "make your Amos programs look
  18. >exactly the same as all the other boring looking programs ever written
  19. >using intuition"?  If it's the former, please tell me more!
  20.  
  21. Iwindow Open Wb 1234567,0,10,640,200,"My Very Own Workbench Window"
  22. Set Ifont "topaz",9
  23. Ilocate 0,1 : Icentre "Hello world!"
  24. Set Ifont "topaz",8
  25. Iwrite : Iwrite "Press any key..."
  26. Iwait Key
  27. Iwindow Close Wb 1234567
  28.  
  29.   Does that answer your question? :)
  30.  
  31.   Yes, the Intuition Extension does let you create true Intuition programs
  32. just as easily as you create any normal AMOS program.  If you're interested
  33. in a demo version, I can mail it to you.
  34.  
  35. >Are there any other decent (preferably public domain or cheap) extensions?
  36. >Sorry about this, I'm sure you've already been through all this crap but
  37. >I've only just subscribed!
  38.  
  39.   Ask Mike Cox for a copy of the FAQ - it has a list of all extensions
  40. available for AMOS.  (Mike, how recent is that list?)
  41.  
  42.   --Andy Church (achurch@goober.mbhs.edu)
  43.     AMOS Development Team Member (e-mail: adt@clare.tased.edu.au)
  44.     WWW: http://www.mbhs.edu/~achurch/
  45.  
  46.